2013-02-12 - 5712.100 - Rel Notes - Recap-ReCAP Enhancements. #DotNetReleases2013

Release Notes

5712.100 - Rel Notes - Recap - ReCAP Enhancements.

Admin Info


Purpose
Make enhancements to ReCAP to conform with standard processes and enhance performance.
Release No#
001
Submitted on
02/12/2013
Submitted by
Satish K
Source/Destination Systems
NEC DEV/NEC QA
Release Sent To
Rahul Attarde, Baiwa Zhang,Jeffrey M. Mau
Objects Created By
Sandeep J
Objects Tested By
Satish K

Transport and Technical Objects


Location Objects Name
\\10.114.165.54\dev\DSSCODEV\Move To Q\ReCap
  • DatesSorting_IndexProjNumber_Script

\\10.114.165.54\dev\DSSCODEV\Move To Q\ReCap\Recap_Release\bin
  • TMSClient_deploy.dll

\\10.114.165.54\dev\DSSCODEV\Move To Q\ReCap\Recap_Release\Main\AdminForms
  • Admin
  • frmObjectType
  • frmPeriods
  • frmVendors

\\10.114.165.54\dev\DSSCODEV\Move To Q\ReCap\Recap_Release\Main\Forms
  • frmChangeManagement
  • frmWorkorder
  • frmObjectDocument
  • frmSRWorkOrder
  • frmStatusEntry
  • Main master
  • frmWOProjDetails
  • frmObjectReference
  • frmObjectManager
  • frmObjectChangeMgmt
  • frmWOHome

Release Notes


For Infrastructure


Note: Please take backup of existing application (complete application) of QA before replacing QA page with Dev Pages.

Please move the object files in the following folder structure:

\bin\

\Main\AdminForms\

\Main\Forms\


Run the Sql Script against QA DB.


Testing has been performed on the Dev Environment.

Note:
The Date Sorting is performed based on the combination of other fields in pages, for example in workorder page the sorting is done by below three

So the date sorting chronologically can be done by selecting the date column in the application individually in all the pages.

Note1:
As i have performed regression testing on recap application noticed that , getting maxlenght validation errors.


Test Notes


Requirement
Test Case ID #
Test Case Name
Page Name
Steps
Expected Results
Result
Pass/Fail Criteria
Access ReCap Application.
RECAP_ TC_001
Application access through Internet Explorer
ISA
1. Open Internet Explorer
2. Type the recap url in the address bar & hit on 'Enter' key on keyboard.
Note: URL will be change as per the Environment.
1. Internet Explorer should be opened
2. Login Page should be displayed with the following default values
'User Id' edit box
'Password' edit box
'Login' button
As Expected
Pass
Verify Access with valid credentials.
RECAP_ TC_002
Access ReCap with valid credentials
Login Page
1. Enter valid credentials
2. Click on 'Login' button
1. User should able to enter valid userid and password.
2. 'ReCAP' home page should be displayed with default values .
As Expected
Pass
Change Management-Basic Search
RECAP_ TC_003
Verifying the default values of basic search for 'ChangeManagement'
Home Page
1. Access the Home Page.
2. Click on 'CHANGE MANAGEMENT' tab
1. User should able to access the Recap home page.
2. User should able to click on 'CHANGE MANAGEMENT' tab and following default values should display
'Status' dropdown should display with default value as 'Created'.
'Requested By' dropdown should display with default value as 'All' , 'SEARCH' button and
All the tickets details in Change Management should displayed.
As Expected
Pass
Verify the Tabbing in ReCAP application
RECAP_ TC_004
Verify the tabbing from Top left to Right then next Line.
Home Page
1. Access the Recap Home Page.
2. Click on 'Tab' key
3. Click on 'Tab' key multiple time.
4. verify the Tabbing for all pages.
1. User should able to access the Recap home page.
2. The URL of the Recap application should be selected.
3. The Tabbing should be moving from top left to right then next line.
4. The Tabbing funcationality should be same for all pages.
As Expected
Pass
Verify the Dates sorted by chronologically
RECAP_ TC_005
Verify the date sorted by chronologically on basic search in Home page
Home Page
1. Access the Recap Home Page.
2. Select a status from 'Status' dropdown.
3. Click on "SEARCH" button.
4. Verify the order of Dates for displayed tickets.
1. User should able to access the Recap home page.
2. User should able to select a Status in 'Basic Search' section.
3. All the details should be displayed based on the status selected in 'BASIC SEARCH' .
4. All the tickets Dates displayed should be Sorted in thechronological order.
Note: In stored proc the sorting is done on 3 columns i.e.. 'WorkOrderNumber',WorkOrderAssignment','WorkOrderCreated'.
As Expected
Pass

RECAP_ TC_006
Verify the date sorted by chronologically on ChangeManagement in Home page
Home Page
1. Access the Recap Home Page.
2. Click on 'ChangeManagement' Button.
3. Verify the Dates order of Created Tickets.
1. User should able to access the Recap home page.
2. All the 'Created' Tickets details should be displayed and 'Status' dropdown should be displayed as'Created'.
3. All the tickets Dates displayed should be Sorted in the chronological order.
Note: In stored proc the sorting is done on 3 columns i.e.. 'WorkOrderNumber',WorkOrderAssignment','WorkOrderCreated'.
As Expected
Pass
Search by ticket
RECAP_ TC_007
Verify the default values of 'SEARCH BY TICKET'
Home Page
1. Login to Recap application
2. Click on 'SEARCH BY TICKET' tab
1. User able to login to application and all the Tickets,Servicerequests assigned to logged in user should be displayed in the result grid.
2. User should able to click on 'SEARCH BY TICKET 'tab and following default values should be displayed
'Ticket ID' edit box
'Ticket Short Description' edit box
'(OR)' should be displayed in between 'Ticket ID' and 'Ticket Short Description'
'SEARCH' button should be displayed.
As Expected
Pass

RECAP_ TC_008
Verify Search functionality of ticket using Ticket Id
Home Page
1. Access the Home Page.
2. Click on 'SEARCH BY TICKET' tab
3. Enter ticket id in the 'Ticket ID' edit box.
4. Click on 'SEARCH' button
1. User should able to access the Recap home page.
2. 'SEARCH BY TICKET' section should be displayed with default values.
3. User should be able to enter ticket id in the 'Ticket ID' edit box.
4. Ticket details should be display based on the ticket number provided including subproject tickets if any.
As Expected
Pass

Performance Testing Results


Performance testing was conduction for the change management sceanrions "With Indexes" and "Without Indexes".
The Performance results are attached below with scenarios.

Basic Search Scenario - Transaction Steps

Step#
User Action

Expected User Response
Response Time
Comment
Option
Basic Search by Ticket # Scenario - Transaction Steps



Step 01 - View Home





0 1
01 Visit Reacp Home Page

01. View Home Page
1 Sec


Step 02 - View Search result page





0 2
02. Click on 'Search By Ticket' button and Provide the Ticket No & click on 'Search' button.

02. View ticket details in search result grid
9 Sec
Without Indexes

0 3
03. Click on 'Search By Ticket' button and Provide the Ticket No & click on 'Search' button.

03. View ticket details in search result grid
1 Sec
With Indexes

Reference Document (Specifications or Production Support Break Fix)


2013-02-06 - 5712.100 - Spec - Recap-ReCAP Enhancements.